var net.errMissingAddress
17 uses
net (current package)
dial.go#L269: return nil, errMissingAddress
dial.go#L624: firstErr = &OpError{Op: "dial", Net: sd.network, Source: nil, Addr: nil, Err: errMissingAddress}
iprawsock.go#L213: return nil, &OpError{Op: "dial", Net: network, Source: laddr.opAddr(), Addr: nil, Err: errMissingAddress}
iprawsock_posix.go#L92: return 0, errMissingAddress
iprawsock_posix.go#L106: return 0, 0, errMissingAddress
net.go#L409: errMissingAddress = errors.New("missing address")
tcpsock.go#L267: return nil, &OpError{Op: "dial", Net: network, Source: laddr.opAddr(), Addr: nil, Err: errMissingAddress}
udpsock.go#L297: return nil, &OpError{Op: "dial", Net: network, Source: laddr.opAddr(), Addr: nil, Err: errMissingAddress}
udpsock.go#L360: return nil, &OpError{Op: "listen", Net: network, Source: nil, Addr: gaddr.opAddr(), Err: errMissingAddress}
udpsock_posix.go#L118: return 0, errMissingAddress
udpsock_posix.go#L144: return 0, errMissingAddress
udpsock_posix.go#L170: return 0, 0, errMissingAddress
udpsock_posix.go#L184: return 0, 0, errMissingAddress
unixsock.go#L324: return nil, &OpError{Op: "listen", Net: network, Source: nil, Addr: laddr.opAddr(), Err: errMissingAddress}
unixsock.go#L344: return nil, &OpError{Op: "listen", Net: network, Source: nil, Addr: nil, Err: errMissingAddress}
unixsock_posix.go#L38: return nil, errMissingAddress
unixsock_posix.go#L134: return 0, errMissingAddress
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |